#!/bin/bash

# preflight
#
# Copyright 2009 Yamaha Corporation. All Rights Reserved.

BUNDLE_NAME=YAMAHA-USBMIDIPatch.prefPane

if [ -d "$2/$BUNDLE_NAME" ]; then
    rm -Rf "$2/$BUNDLE_NAME"
fi

exit 0
